﻿html {
    font-family: Calibri;
    font-size: 12px;
}

body {
    font-family: Calibri;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
}

a img {
    border: 0;
}

fieldset {
    background-color: lightgray;
    padding: 5px;
    margin-top: 30px;
    border: none;
}

legend {
    color: black;
    font-weight: bold;
    background-color: lightgray;
    position: inherit;
    margin-top: -30px;
    margin-left: 10px;
    padding: 8px;
    border: none;
}

.cabecalho {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    border-spacing: 0;
    height: 40px;
    background-color: #004E5B;
    
}

.sub_cabecalho {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    border-spacing: 0;
}

    .sub_cabecalho td {
        height: 40px;
    }

.rodape {
    background-color: White;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 50px;
    position: fixed;
    left: 0;
    bottom: 0;
}

.pagina {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
}


.pnl_app {
    float: left;
    background-color: white !important;
    margin: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px #4d4d4d;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    display: inline-block;
    position: static;
    width:auto;
}

.lbl_app {
    color: #11ADBA;
    font-family: Calibri;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 2px 2px 2px #4d4d4d;
}

.btn_menu {
    border: 1px solid #11ADBA;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #c5c5c5;
    background-color: white;
    color: #11ADBA;
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
}

    .btn_menu:hover {
        color: black;
        box-shadow: inset 2px 2px 2px #c5c5c5;
        cursor: pointer !important;
    }

/*************/
/**  LOGIN  **/
/*************/
.login_table {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.pnl_login fieldset {
    border: 1px solid #11ADBA;
    height: 120px;
    width: 250px;
    text-align: left;
}

.pnl_login legend {
    color: #11ADBA;
    font-weight: bold;
    font-size: 14px;
}

.lbl_login {
    font-family: Calibri;
    font-weight: bold;
    font-size: 14px;
    color: White;
}

.txt_login {
    border: 1px solid #11ADBA;
    font-family: Tahoma;
    font-size: 12px;
    background-color: white;
}

.lnk_login {
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    color: #11ADBA;
    text-decoration: none;
}

.btn_login {
    font-family: Calibri;
    background-color: #11ADBA;
    font-weight: bold;
    font-size: 12px;
    color: white;
    padding: 2px;
    border: 2px solid #004E5B;
}

.btn_login:hover {
    background-color: white;
    color: #11ADBA;
}

.NoWrapFase tr td label {
    white-space: nowrap;
    overflow: hidden;
}

.pnl_body {
    height: 100%;
    width: 100%
}

.pnl_manutencao fieldset {
    border: 1px solid #11ADBA;
    height: 100px;
    width: 300px;
    background-color: #11ADBA;
}

.pnl_manutencao legend {
    color: #11ADBA;
    font-weight: bold;
    font-size: 14px;
}

/***********************************************/


  /************/
 /**  MENU  **/
/************/

div.menu_bp {
    font-size: 12px;
}

div.menu_bp ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu_bp ul li {
    list-style-type: none;
    font-weight: bold;
    font-family: Calibri;
}

div.menu_bp ul li a, div.menu_bp ul li a:visited {
    background-color: #444444;
    color: White;
    display: block;
    line-height: 1.35em;
    padding: 6px 10px;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: top;
}

div.menu_bp ul li a:hover, div.menu_bp ul li a:active {
    background-color: #444444;
    color: White;
    text-decoration: none;
}

div.menu_bp ul li a.selected.static {
    background-color: #444444;
    color: White;
}

div.menu_bp ul li img {
    padding-right: 5px;
}

/***********************************************/


.pnl_animacao_h {
    float: left;
    background-color: white;
    margin: 5px;
    padding-right: 10px;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px #4d4d4d;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    display: inline-block;
    position: static;
    width: auto;
}

.bp_animacao_30 {
    width: 30px;
    margin-top: 5px;
    margin-left: 5px;
    display: inline-block;
    -webkit-animation: spin 30s linear infinite;
    -moz-animation: spin 30s linear infinite;
    -ms-animation: spin 30s linear infinite;
    -o-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
    float: left;
}

.pnl_animacao_v {
    float: left;
    background-color: white;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: inset 2px 2px 2px #4d4d4d;
    display: inline-block;
    position: static;
    width: auto;
    min-width: 125px;
    height: 100%;
}

.bp_animacao_60 {
    width: 60px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-animation: spin 30s linear infinite;
    -moz-animation: spin 30s linear infinite;
    -ms-animation: spin 30s linear infinite;
    -o-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite;
    float: left;
}

.lbl_lista {
    color: #11ADBA;
    font-size: 18px;
    font-weight: bold;
    margin-right:10px;
 }

.risco {
    border-left: 2px dashed  #11ADBA;
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    min-height: 100%;
    width: 100%;
}

.spinner {
    border: 2px solid green;
    background-color: White;
    color: Green;
    font-family: Calibri;
    font-size: 20pt;
    width: 600px;
    height: 120px;
    display: none;
    position: fixed;
    opacity: 1;
    z-index: 999; /*margin: 100px auto 0; width: 70px; text-align: center; text-align: center;*/
}

    .spinner > div {
        margin-top: 15%;
        margin-left: 2%;
        width: 18px;
        height: 18px;
        background-color: green;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }


@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.calendario {
    border: 4px solid #004E5B;
    background-color: #004E5B;
    font-family: Calibri;
    font-size: 16px;
    text-decoration: none;
}

.cld_titulo {
    background-color: #004E5B;
    color: #14ACBB;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.cld_semana {
    background-color: #14ACBB;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.cld_fds {
    background-color: gray;
    color: white;
}

.cld_n_dia {
    background-color: white;
    padding: 5px;
}

.lista_horas {
    border-left: 0px hidden transparent;
    border-right: 0px hidden transparent;
    border-top: 2px solid #004E5B;
    border-bottom: 2px solid #004E5B;
    color: black;
    font-size: 11px;
    font-weight: bold;
}

    .operacao_horas {
        border-left: 0px hidden transparent;
        border-right: 0px hidden transparent;
        border-top: 2px solid #004E5B;
        border-bottom: 2px solid #004E5B;
        color: black;
        font-size: 14px;
        font-weight: bold;
        font-family: Calibri;
        width: 100%;
    }

    .operacao_horas caption {
        border: 4px solid #004E5B;
        background-color: #14ACBB;
        color: white;
        font-size: 20px;
        font-weight: bold;
    }

.pnl_sm_bp fieldset {
    width: 98.8% !important;
    background-color: #e6e6e6;
    margin-top: 50px !important;
    margin-left: 5px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 2px #4d4d4d;
}

.pnl_sm_bp legend {
    width: 99.7% !important;
    height: 20px !important;
    color: White !important;
    margin-top: -5px;
    margin-left: -5px !important;
    font-size: 20px !important;
    font-family: Calibri;
    font-weight: bold;
    text-shadow: 2px 2px 2px #4d4d4d;
    background: #CCE5CC !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#E7F6F7), to(#11ADBA)) !important;
    background: -webkit-linear-gradient(top, #E7F6F7, #11ADBA) !important;
    background: -moz-linear-gradient(top, #E7F6F7, #11ADBA) !important;
    background: -o-linear-gradient(top, #E7F6F7, #11ADBA) !important;
    background: -ms-linear-gradient(top, #E7F6F7, #11ADBA) !important;
    background: linear-gradient(top, #E7F6F7, #11ADBA) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E7F6F7', endColorstr='#11ADBA',GradientType=0) !important;
    border: none !important;
}

.pnl_sm fieldset {
    width: 98.8% !important;
    background-color: #e6e6e6;
    margin-top: 15px !important;
    margin-left: 5px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 2px #4d4d4d;
}

.pnl_sm legend {
    width: 99.7% !important;
    height: 20px !important;
    color: White !important;
    margin-top: -5px;
    margin-left: -5px !important;
    font-size: 20px !important;
    font-family: Calibri;
    font-weight: bold;
    text-shadow: 2px 2px 2px #4d4d4d;
    background: #CCE5CC !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#E7F6F7), to(#11ADBA)) !important;
    background: -webkit-linear-gradient(top, #E7F6F7, #11ADBA) !important;
    background: -moz-linear-gradient(top, #E7F6F7, #11ADBA) !important;
    background: -o-linear-gradient(top, #E7F6F7, #11ADBA) !important;
    background: -ms-linear-gradient(top, #E7F6F7, #11ADBA) !important;
    background: linear-gradient(top, #E7F6F7, #11ADBA) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCE5CC', endColorstr='#009900',GradientType=0) !important;
    border: none !important;
}

.pnl_inset {
    float: left;
    background-color: white;
    margin: 0px;
    padding: 10px;
    padding-bottom: 5px;
    border-radius: 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: inset 2px 2px 2px #4d4d4d;
    display: inline-block;
    position: static;
    width: auto;
    height: 100%;
}

.lbl_g {
    font-family: Calibri;
    font-weight: bold;
    color: Green;
    font-size: 12px;
    white-space: nowrap;
}

.lbl {
    font-family: Calibri;
    color: Black;
    font-size: 12px;
}

.lbl_w {
    color: white;
    font-family: Calibri;
    font-size: 14px;
}

.lbl_w_b {
    color: white;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.lbl_lg_b {
    color: #E7F6F7;
    font-family: Calibri;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}
.lbl_erro {
    font-family: Calibri;
    color: Red;
    font-size: 10px;
    text-decoration: none;
}

.txt_g {
    font-family: Calibri;
    border: 1px solid green;
    font-size: 12px;
    padding: 2px;
}

.txt_g_r {
    font-family: Calibri;
    border: 1px solid green;
    text-align: right;
    font-size: 12px;
    padding: 2px;
}

.ddl {
    border: 1px solid #11ADBA;
    font-family: Calibri;
    font-size: 12px;
    padding: 2px;
    height: 24px;
}

.ddl_b {
    border: 1px solid #11ADBA;
    font-family: Calibri;
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    height: 24px;
}

.ddl_upper {
    text-transform: uppercase;
    border: 1px solid #11ADBA;
    font-family: Calibri;
    font-size: 12px;
    padding: 2px;
    height: 24px
}


.opt, .chk {
    white-space: nowrap;
}

.btn_g {
    font-family: Calibri;
    background-color: #004E5B;
    font-weight: bold;
    font-size: 12px;
    color: #E7F6F7;
    width: 100px;
    padding: 6px 6px 4px 6px;
    border: 2px solid green;
    box-shadow: 2px 2px 2px #4d4d4d;
    border-radius: 5px;
    cursor: pointer !important;
}

    .btn_g:hover {
        color: #11ADBA;
        background-color: #E7F6F7;
        border: 2px solid green;
        box-shadow: inset 2px 2px 2px #4d4d4d;
        cursor: pointer !important;
    }

.btn_y {
    font-family: Calibri;
    background-color: #FAF7AF;
    font-weight: bold;
    font-size: 12px;
    color: black;
    width: 100px;
    padding: 6px 6px 4px 6px;
    border: 2px solid green;
    box-shadow: 2px 2px 2px #4d4d4d;
    border-radius: 5px;
    cursor: pointer !important;
}

    .btn_y:hover {
        color: black;
        background-color: #E1DE9D;
        border: 2px solid green;
        box-shadow: inset 2px 2px 2px #4d4d4d;
        cursor: pointer !important;
    }

.btn_h {
    font-family: Calibri;
    background-color: #D5F0B5;
    font-weight: bold;
    font-size: 12px;
    color: black;
    width: 100px;
    padding: 6px 6px 4px 6px;
    border: 2px solid red;
    box-shadow: 2px 2px 2px #4d4d4d;
    border-radius: 5px;
    cursor: pointer !important;
}

    .btn_h:hover {
        color: black;
        background-color: #95a87e;
        border: 2px solid red;
        box-shadow: inset 2px 2px 2px #4d4d4d;
        cursor: pointer !important;
    }

.btn_red {
    font-family: Calibri;
    background-color: red;
    font-weight: bold;
    font-size: 12px;
    color: white;
    padding: 6px 6px 4px 6px;
    border: 2px solid red;
    box-shadow: 2px 2px 2px #4d4d4d;
    border-radius: 5px;
    cursor: pointer !important;
}

.btn_red:hover {
    color: red;
    background-color: white;
    border: 2px solid red;
    box-shadow: inset 2px 2px 2px #4d4d4d;
    cursor: pointer !important;
}

.btn_mini {
    font-family: Calibri;
    background-color: #11ADBA;
    font-weight: bold;
    font-size: 10px;
    color: black;
    padding: 4px 6px 4px 6px;
    border: 2px solid green;
    box-shadow: 2px 2px 2px #4d4d4d;
    border-radius: 5px;
    cursor: pointer !important;
}

    .btn_mini:hover {
        color: #11ADBA;
        background-color: black;
        border: 2px solid #11ADBA;
        box-shadow: inset 2px 2px 2px #4d4d4d;
        cursor: pointer !important;
    }

.btn_mini_red {
    font-family: Tahoma;
    background-color: red;
    font-weight: bold;
    font-size: 10px;
    color: white;
    padding: 4px 6px 4px 6px;
    border: 2px solid red;
    box-shadow: 2px 2px 2px #4d4d4d;
    border-radius: 5px;
    cursor: pointer !important;
}

.btn_mini_red:hover {
    color: red;
    background-color: white;
    border: 2px solid red;
    box-shadow: inset 2px 2px 2px #4d4d4d;
    cursor: pointer !important;
}

.btn_imagem {
    background-color: White;
    font-family: Calibri;
    font-weight: bold;
    font-size: 11px;
    color: Green;
    border: solid 2px green;
    padding: 6px;
    background-position: 5px 2px;
    background-repeat: no-repeat;
    text-align: right;
}

.btn_imagem:hover {
    color: black;
    border: 2px solid black;
    box-shadow: inset 2px 2px 2px #4d4d4d;
    cursor: pointer !important;
}

.pnl_box fieldset {
    background-color: white;
    border: none;
    padding: 10px 10px 10px 10px;
    margin-left: 0px;
    border-radius: 10px !important;
    box-shadow: 2px 2px 2px #4d4d4d;
}

.pnl_box legend {
    width: 382px !important;
    color: white;
    margin-top: 0px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    font-size: 20px !important;
    font-family: Calibri;
    font-weight: bold;
    text-shadow: 2px 2px 2px #4d4d4d;
    background: #CCE5CC !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#CCE5CC), to(#004E5B)) !important;
    background: -webkit-linear-gradient(top, #CCE5CC, #004E5B) !important;
    background: -moz-linear-gradient(top, #CCE5CC, #004E5B) !important;
    background: -o-linear-gradient(top, #CCE5CC, #004E5B) !important;
    background: -ms-linear-gradient(top, #CCE5CC, #004E5B) !important;
    background: linear-gradient(top, #CCE5CC, #004E5B) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCE5CC', endColorstr='#004E5B',GradientType=0) !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}



.pnl_gray {
    width: 98.3% !important;
    background-color: #e6e6e6 !important;
    margin-top: 0px !important;
    margin-left: 5px !important;
    padding: 10px !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px 2px #4d4d4d !important;
    display: inline-block !important;
    position: static !important;
}

.pnl_quadro_bp {
    float: left;
    background-color: white;
    padding: 10px;
    margin: 10px 10px 10px 5px;
    height: 55px;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px #4d4d4d;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    display: inline-block;
    position: static;
}

.pnl_quadro {
    float: left !important;
    background-color: white !important;
    margin: 5px 0px 5px 10px !important;
    padding: 5px !important;
    border-radius: 5px !important;
    box-shadow: inset 2px 2px 2px #4d4d4d !important;
    display: inline-block !important;
    position: static !important;
}

.pnl_menu {
    float: left;
    background-color: #e6e6e6;
    padding: 10px 15px 10px 15px;
    margin: 0px;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #4d4d4d;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    display: inline-block;
    position: static;
    margin-bottom: 5px;
}
